-
Notifications
You must be signed in to change notification settings - Fork 396
Enable loading data sets from files for custom tasks #1083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
NathanHB
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great ! few nits and good to merge if tests pass :)
|
@NathanHB review comments addressed. thanks! |
|
@NathanHB wondering about your preferred way to keep approved but unmerged branches up to date with main. should i just hold off until we're closer to merging, or update as we go? i don't want to trigger your CI/CD pipeline more than is needed 😄 thanks again! |
Purpose: Allow custom tasks to load datasets from local files, not only from the Hugging Face Hub. Useful for offline / air‑gapped / otherwise restricted environments
Changes
hf_data_filestoLightevalTaskConfig.hf_data_files as data_filestodatasets.load_datasetinLightevalTask.download_dataset_worker.examples/custom_tasks_templates/custom_yourbench_task_from_files.py.docs/source/adding-a-custom-task.mdxwith file-based usage.Checklist